; This games run OK if you boot without startup-sequence,
; and even without setpatch. Tested on 68060 16MB Fast and 68020 2MB Chip

; dismount CD0: if any

c:assign >NIL: CD0: exists
IF NOT WARN
	assign CD0: DISMOUNT
EndIF

; dismount Fire: if any

c:assign >NIL: FIRE: exists
IF NOT WARN
	assign >NIL: FIRE: DISMOUNT
EndIF

; make the assigns

c:assign CD0: ""
c:assign FIRE: ""
cd fire:
fire:c/setpatch >NIL:	; remove it if any problems
fire:FirePAL
